.earth {
    position: absolute;
    width: 58vw;
    height: 100%;
    margin-top: 2%;
    top: 0;
    right: 0;
    overflow: hidden;
}

.earth .info {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 15%;
    width: 3.4rem;
    height: 3.4rem;
    background: #fff;
    box-shadow: 0 0.2rem 0.3rem #00000017;
    border-radius: 0.12rem;
    padding: 0.4rem;
    display: none;
}

.earth .info .title {
    font-size: 0.24rem;
    color: #1e2e45;
    font-size: 0.24rem;
    line-height: 0.3rem;
    font-weight: bold;
}

.earth .info .title span {
    display: block;
}

.earth .info .add {
    margin-top: 0.25rem;
    color: #777f8b;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #dee2e8;
}

.earth .info .contact {
    color: #00499e;
    margin-top: 0.3rem;
    line-height: 0.32rem;
}

.earth .info .contact div {
    padding-left: 0.3rem;
    background-repeat: no-repeat;
    background-size: 0.18rem;
    background-position: 0 0.07rem;
}

.earth .info .contact div:nth-child(1) {
    background-image: url(../images/earth_phone.png)
}

.earth .info .contact div:nth-child(2) {
    background-image: url(../images/earth_email.png)
}

.earth .tips {
    position: absolute;
    left: 50vw;
    top: 20vw;
    color: #fff;
    text-align: center;
    line-height: 0.4rem;
    background: #f8c700;
    padding: 0 0.15rem;
    min-width: 0.6rem;
    height: 0.4rem;
    border-radius: 0.08rem;
    z-index: 10;
    transform: translate(0.1rem, -0.6rem);
    display: none;
}

/* .earth .tips::after {
    position: absolute;
    left: -0.4rem;
    bottom: -0.15rem;
    content: "";
    width: 0.5rem;
    height: 1px;
    background: #f8c700;;
    transform: rotate(135deg);
} */
.earth .webgl {
    background: url(../images/701bab76fa1d6ba8f6b7b1bd320230ab.png);
    background-position: center;
    background-size: auto 163%;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    outline: none;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}

.index-five .let-shell .des {
    position: relative;
}

@media(max-width:1024px) {
    .earth {
        position: relative;
        width: 100%;
        height: 110vw;
    }

    .index-five .let-shell {
        width: 100%;
    }

    .earth .info {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
    }
    .earth .info {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
    }
    .earth .mobile-bg {
        background: rgba(0,0,0,0);
        width: 1000%;
        height: 1000%;
        position: absolute;
        top: -500%;
        left: -500%;
    }

    .index-five .fp-tableCell {
        padding: 0;
    }

}